home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / SYS / s / InstallCommands < prev    next >
Text File  |  1996-09-26  |  568b  |  27 lines

  1. if exists C:Assign 
  2.  Copy C:Assign  DF1:C
  3. else
  4.  echo "ERROR: Could not find C:Assign "
  5. endif
  6.  
  7. if exists C:MakeDir
  8.  Copy C:MakeDir DF1:C
  9. else
  10.  echo "ERROR: Could not find C:MakeDir"
  11. endif
  12.  
  13. if exists Libs:DiskFont.library
  14.  Copy Libs:DiskFont.library DF1:Libs/DiskFont.library
  15. else
  16.  echo "ERROR: Could not find Libs:DiskFont.library"
  17. endif
  18.  
  19. if exists l:Ram-Handler
  20.  Copy l:Ram-Handler DF1:l/Ram-Handler
  21. else
  22.  echo "ERROR: Could not find l:Ram-Handler*n       Not needed if using Workbench 2 or above."
  23. endif
  24.  
  25. Install DF1:
  26. Echo "Install complete now boot on disk in DF1:"
  27.